Papers with Convolutional Neural Network
Detecting Gang-Involved Escalation on Social Media Using Context (D18-1)
Copied to clipboard
Serina Chang, Ruiqi Zhong, Ethan Adams, Fei-Tzin Lee, Siddharth Varia, Desmond Patton, William Frey, Chris Kedzie, Kathy McKeown
| Challenge: | In cities such as Chicago, gang-involved youth have increasingly turned to social media to post about their experiences and intents online. |
| Approach: | They propose a system that uses domain-specific resources and contextual representations of the emotional and semantic content of the user’s recent tweets and their interactions with other users to detect Aggression and Loss in social media posts. |
| Outcome: | The proposed system improves on a large unlabeled dataset and incorporates contextual representations of the emotional and semantic content of the user’s recent tweets as well as their interactions with other users. |
Humor Recognition Using Deep Learning (N18-2)
Copied to clipboard
| Challenge: | Humor is an essential but most fascinating element in personal communication. |
| Approach: | They propose a convolutional neural network with extensive filter size and filter number to increase the depth of networks. |
| Outcome: | The proposed model outperforms existing models on accuracy, precision and recall . the proposed model can learn to distinguish between humorous and nonhumorous texts . |
CNN for Text-Based Multiple Choice Question Answering (P18-2)
Copied to clipboard
| Challenge: | Existing models for text-based multiple choice question answering are based on a text. |
| Approach: | They propose a Convolutional Neural Network (CNN) model for text-based multiple choice question answering where questions are based on a particular article. |
| Outcome: | The proposed model outperforms several baseline models on the SciQ and TQA datasets. |
HFT-CNN: Learning Hierarchical Category Structure for Multi-label Short Text Categorization (D18-1)
Copied to clipboard
| Challenge: | Existing methods for categorization of short texts use non-hierarchical flat model, but they are limited by domain-independent knowledge distribution. |
| Approach: | They propose a method which leverages hierarchical relationships between pre-defined categories to tackle the data sparsity problem. |
| Outcome: | The proposed method is competitive with the state-of-the-art methods on a multi-label categorization task for short texts using two benchmark datasets. |
Gated Multi-Task Network for Text Classification (N18-2)
Copied to clipboard
| Challenge: | Existing approaches to multitask learning share the features without distinguishing the usefulness of the features, generating undesired interference between tasks. |
| Approach: | They propose to introduce a gate mechanism into multi-task CNN and propose a new gated sharing unit which can filter the feature flows between tasks and greatly reduce the interference. |
| Outcome: | The proposed approach can learn selection rules automatically and gain a great improvement over strong baselines. |
An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition (2023.acl-short)
Copied to clipboard
| Challenge: | Named entity recognition (NER) is the task to detect and classify entity spans in text. |
| Approach: | They propose to use Convolutional Neural Network to model spatial relations in NER . they use three commonly used nested NER datasets to compare their results . |
| Outcome: | The proposed model outperforms several proposed methods with the same pre-trained encoders in three nested NER datasets. |
Data Expansion Using WordNet-based Semantic Expansion and Word Disambiguation for Cyberbullying Detection (2022.lrec-1)
Copied to clipboard
| Challenge: | Existing methods to identify cyberbullying from text are limited due to the complexity of the content and the lack of labeled large-scale corpus. |
| Approach: | They propose a data augmentation-based approach that could enhance the automatic detection of cyberbullying in social media texts. |
| Outcome: | The proposed approach overcomes limitations of social media posts with word sense disambiguation and synonymy relation . results show that the proposed approach improves on the existing classifiers with and without data augmentation. |
CEASE, a Corpus of Emotion Annotated Suicide notes in English (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing studies on suicide notes have not explored the topic of emotion detection. |
| Approach: | They develop a fine-grained emotion annotated corpus of suicide notes in English and use it to perform emotion detection on a curated dataset. |
| Outcome: | The proposed model performs emotion detection on a curated dataset of 205 suicide notes in English. |
UTC-IE: A Unified Token-pair Classification Architecture for Information Extraction (2023.acl-long)
Copied to clipboard
| Challenge: | Information Extraction (IE) tasks have been solved with different models because of their output structures. |
| Approach: | They propose a Unified Token-pair Classification architecture for Information Extraction that introduces Plusformer on top of the token-pear feature matrix. |
| Outcome: | The proposed approach outperforms task-specific and unified models on all tasks in 10 datasets and achieves better results on 2 joint IE datasets. |
Character-Level Feature Extraction with Densely Connected Networks (C18-1)
Copied to clipboard
| Challenge: | Existing methods to generate character-level features with neural architectures such as CNN or Recurrent Neural Network (RNN) are slow and generate position-independent features. |
| Approach: | They propose a method that uses a densely connected network to extract character-level features from words using CNN and RNN. |
| Outcome: | The proposed method shows robustness and effectiveness while being faster than CNN- or RNN-based methods. |
Handling Out-Of-Vocabulary Problem in Hangeul Word Embeddings (2021.eacl-main)
Copied to clipboard
| Challenge: | Word embedding is considered an essential factor in improving the performance of various Natural Language Processing (NLP) models. |
| Approach: | They propose a Hangeul word embedding model that infers original word embeds from typos while maintaining high performance. |
| Outcome: | The proposed model performs well against typos while maintaining high performance. |
Semi-Supervised Disfluency Detection (C18-1)
Copied to clipboard
| Challenge: | Detecting disfluency can be difficult because of the flexible nature of reparandum structure and the lack of a nested structure. |
| Approach: | They propose a semi-supervised approach which extracts hidden features from self-attention without any Recurrent Neural Network (RNN) or Convolutional Neural Net (CNN). |
| Outcome: | The proposed approach improves over baselines by using unlabelled data . identifying and removing non-fluent factors would help to improve spontaneous speech quality . |
A Neural Network Model for Part-Of-Speech Tagging of Social Media Texts (L18-1)
Copied to clipboard
| Challenge: | Recent approaches based on end-to-end Deep Neural Networks (DNNs) have shown promising results for Natural Language Processing (NLP). |
| Approach: | They propose a neural network model for part-of-speech (POS) tagging of User-Generated Content (UGC) such as Twitter, Facebook and Web forums that uses character and word representations. |
| Outcome: | The proposed model is end-to-end and uses character and word representations . it is compared with existing models on social media in English, german, french, italian and spanish . |